home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / profile.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1998-04-27  |  247 b   |  16 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   global retlabel
  8.   set retlabel to "main2"
  9.   set the visible of sprite 50 to 1
  10.   set the visible of sprite 55 to 0
  11.   updateStage()
  12.   snd_fade_out(2, 10)
  13.   go("panic")
  14.   exit
  15. end
  16.